object FriendlyFmtDlg: TFriendlyFmtDlg Left = 521 Top = 111 ActiveControl = Edit BorderStyle = bsDialog Caption = 'Friendly Format Specifiers' ClientHeight = 216 ClientWidth = 255 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Edit: TEdit Left = 8 Top = 8 Width = 157 Height = 21 AutoSelect = False TabOrder = 0 end object List: TListBox Left = 8 Top = 36 Width = 157 Height = 173 IntegralHeight = True ItemHeight = 13 Items.Strings = ( '&l'#9'Left Align' '&c'#9'Center Align' '&r'#9'Right align' '---------------------------------------------' '&f'#9'File name only' '&F'#9'File name and path' '&d'#9'Short date' '&t'#9'Short time' '&D'#9'Long date' '&T'#9'Long time' '&i'#9'Title' '&p'#9'Page number' '&&'#9'Ampersand (&)') TabOrder = 1 TabWidth = 30 OnDblClick = ListDblClick end object btnOK: TButton Left = 172 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 172 Top = 40 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end